home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 20 / develop issue 20 code / scripting the finder.sea / Scripting the Finder / Finder Tricks / FinderTricks.rsrc.rsrc / STR#_128.txt < prev    next >
Encoding:
Text File  |  1994-10-04  |  380 b   |  17 lines

  1. METHOD IV:
  2.  
  3. Get the selection from the Finder, then use a Scripting addition to change the types.
  4.  
  5. METHOD III:
  6.  
  7. Get the selection from the Finder, then use the FileSystem to change the types.
  8.  
  9. METHOD II:
  10.  
  11. Get the selection from the Finder, then send a "set type of item to newType" event for each selected item.
  12.  
  13. METHOD I:
  14.  
  15. Send "set type of selection to newType" to the  Finder
  16.  
  17.